This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build BMO with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/BMO.git
Reference: main
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/happn-app/BMO
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 12566d4 Rename happn-tech to happn-app
Cloned https://github.com/happn-app/BMO.git
Revision (git rev-parse @):
12566d4edf52eb84d3d44a0e3b7feabecfb38b85
SUCCESS checkout https://github.com/happn-app/BMO.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/happn-app/CollectionLoader.git
Fetching https://github.com/happn-app/KVObserver.git
Fetching https://github.com/happn-app/AsyncOperationResult.git
[1/243] Fetching kvobserver
[244/412] Fetching kvobserver, asyncoperationresult
[413/809] Fetching kvobserver, asyncoperationresult, collectionloader
Fetched https://github.com/happn-app/CollectionLoader.git (0.26s)
Fetched https://github.com/happn-app/AsyncOperationResult.git (0.26s)
Fetched https://github.com/happn-app/KVObserver.git (0.26s)
Computing version for https://github.com/happn-app/CollectionLoader.git
Computed https://github.com/happn-app/CollectionLoader.git at 0.9.6 (0.34s)
Computing version for https://github.com/happn-app/AsyncOperationResult.git
Computed https://github.com/happn-app/AsyncOperationResult.git at 1.0.7 (0.35s)
Computing version for https://github.com/happn-app/KVObserver.git
Computed https://github.com/happn-app/KVObserver.git at 0.9.5 (0.36s)
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
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
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/28] Emitting module RESTUtils
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[2/31] Compiling RESTUtils RESTPath.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[3/31] Compiling RESTUtils RESTPathProtocols.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[4/31] Compiling RESTUtils RESTUtilsConfig.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[5/31] Emitting module AsyncOperationResult
[6/31] Compiling AsyncOperationResult AsyncOperationResult.swift
[7/31] Compiling RESTUtils RESTDateAndTimeTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[8/31] Compiling RESTUtils RESTEnumTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[9/31] Compiling RESTUtils RESTNumericTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[10/31] Compiling RESTUtils BaseProtocols.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[11/31] Compiling RESTUtils RESTEntityMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[12/31] Compiling RESTUtils RESTMapper+ConvenienceInit.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[13/31] Compiling RESTUtils RESTMapper.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[14/32] Compiling RESTUtils RESTMapperTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[15/32] Compiling RESTUtils RESTMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[16/32] Compiling RESTUtils RESTPropertyMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[19/33] Compiling RESTUtils RESTBase64DataTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[20/33] Compiling RESTUtils RESTBoolTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[21/33] Compiling RESTUtils RESTColorTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[22/33] Compiling RESTUtils AnyEquatable.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[23/33] Compiling RESTUtils ParameterizedStringSet.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[24/33] Compiling RESTUtils ParameterizedStringSetParser.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[25/33] Compiling RESTUtils AdditionalRESTRequestInfo.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[26/33] Compiling RESTUtils RESTMaxIdPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[27/33] Compiling RESTUtils RESTOffsetLimitPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[28/33] Compiling RESTUtils RESTPaginator.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)
[29/33] Emitting module KVObserver
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[30/33] Compiling KVObserver KVObserver.swift
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[31/33] Compiling RESTUtils RESTURLTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[32/33] Compiling RESTUtils RESTUUIDTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[33/33] Compiling RESTUtils StandardRESTParameterizedStringSetParser.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
error: fatalError
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/45] Emitting module KVObserver
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
[2/45] Compiling KVObserver KVObserver.swift
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
error: fatalError
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
import CoreData
       ^
BUILD FAILURE 5.9 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.